const crypto/tls.defaultMaxRSAKeySize
4 uses
crypto/tls (current package)
handshake_client.go#L1081: const defaultMaxRSAKeySize = 8192
handshake_client.go#L1088: if (n <= max) != (n <= defaultMaxRSAKeySize) {
handshake_client.go#L1094: return defaultMaxRSAKeySize, n <= defaultMaxRSAKeySize
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)